home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7159 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: dispatch.news.demon.net!demon!monitron.demon.co.uk
  2. From: jon@monitron.demon.co.uk (Jon Shadforth)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ 4.52 novice question
  5. Date: Wed, 21 Feb 1996 22:33:01 GMT
  6. Organization: Monitron International
  7. Message-ID: <824941981.22645@monitron.demon.co.uk>
  8. References: <4geoar$fit@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: monitron.demon.co.uk
  10. X-NNTP-Posting-Host: monitron.demon.co.uk
  11. X-Newsreader: WinVN 0.99.7
  12. MIME-Version: 1.0
  13. Content-Type: Text/Plain; charset=US-ASCII
  14.  
  15. In article <4geoar$fit@newsbf02.news.aol.com>, pfrank3465@aol.com says...
  16. >
  17. >I'm a novice programmer using Borland C++ 4.52.
  18. >Sometimes I get the error message "unable to open stdio.h file" or
  19. > another header file.  It only happens sometimes and I haven't been
  20. > able to pinpoint what is going on when I get the error.
  21. >If anyone could help please e-mail me. Thank you.
  22. > --Pete
  23.  
  24. Perhaps one or more of the following could be the cause of your angst...
  25.  
  26. Incorrect path names in the project/target/node options - look in the 
  27. directories settings for the appropriate target. Common mistake seen here is 
  28. installing Borland 4.Xx in a directory other than the default. 
  29.  
  30. Using quotes around the header name instead of angle brackets may prevent 
  31. Borland from search the named paths in the 'include paths' option of the 
  32. target. 
  33.  
  34. Note: quick way to find out where Borland is looking for your file is to 
  35. place the [text] cursor over the header file name, bring up the speed menu 
  36. (right mouse click or Alt-F10), and select Open source. If this takes you to 
  37. the named header file... then I don't know - sorry!
  38.  
  39. Have fun :-)
  40. -- 
  41. +------------+
  42. | carpe diem |
  43. +------------+
  44.  
  45.